ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1WrapCollectionView<S,T> Class / GroupDescriptions Property

In This Topic
    GroupDescriptions Property (C1WrapCollectionView<S,T>)
    In This Topic
    Gets the group descriptions applied to the data.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property GroupDescriptions As System.Collections.Generic.IReadOnlyList(Of GroupDescription)
    public virtual System.Collections.Generic.IReadOnlyList<GroupDescription> GroupDescriptions {get;}
    See Also